home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / winbye21.zip / WBCFG.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-06-22  |  2KB  |  104 lines

  1. object AboutBox: TAboutBox
  2.   Left = 610
  3.   Top = 442
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 135
  8.   ClientWidth = 269
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 22
  18.     Top = 8
  19.     Width = 225
  20.     Height = 89
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 33
  28.       Height = 33
  29.       Picture.Data = {<image000.ico>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 72
  35.       Top = 8
  36.       Width = 90
  37.       Height = 13
  38.       Caption = 'WINbye (32 bit)'
  39.       Font.Color = clBlack
  40.       Font.Height = -11
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 72
  48.       Top = 24
  49.       Width = 72
  50.       Height = 13
  51.       Caption = 'Version 2.1c'
  52.       Font.Color = clBlack
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 8
  61.       Top = 48
  62.       Width = 200
  63.       Height = 13
  64.       Caption = 'Copyright (c) 1996 by Erik Skamser'
  65.       Font.Color = clBlack
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       IsControl = True
  71.     end
  72.     object Comments: TLabel
  73.       Left = 8
  74.       Top = 64
  75.       Width = 153
  76.       Height = 17
  77.       Caption = 'All Rights Reserved'
  78.       Font.Color = clBlack
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       WordWrap = True
  84.       IsControl = True
  85.     end
  86.   end
  87.   object OKButton: TBitBtn
  88.     Left = 100
  89.     Top = 103
  90.     Width = 77
  91.     Height = 27
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 1
  98.     Kind = bkOK
  99.     Margin = 2
  100.     Spacing = -1
  101.     IsControl = True
  102.   end
  103. end
  104.